home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / diskfile / ofiles11.sit / OpenFileSpy 1.1 Help / background_2665.txt < prev    next >
Encoding:
Text File  |  1990-12-04  |  2.3 KB  |  117 lines

  1. -- background: 2665 from stack: in.1 Help
  2. -- bmap block id: 3421
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on OpenCard
  8.   set visible of background button "Forward But" to false
  9.   set visible of background button "Backward But" to false
  10. end OpenCard
  11.  
  12.  
  13.  
  14. -- part 1 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=8 top=32 right=63 bottom=471
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 129
  22. -- text size: 20
  23. -- style flags: 8448
  24. -- line height: 26
  25. -- part name: 
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=21 top=75 right=306 bottom=490
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 16
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=10 top=299 right=331 bottom=44
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 1011 / 1011
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Homeward Bound
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   go home
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=465 top=301 right=330 bottom=499
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 2162 / 2162
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: New Button
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect zoom in
  76.   pop card
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 5 (button)
  82. -- low flags: 80
  83. -- high flags: 0000
  84. -- rect: left=243 top=302 right=331 bottom=272
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 27009 / 27009
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: Forward But
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   go to next card
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 6 (button)
  101. -- low flags: 80
  102. -- high flags: 0000
  103. -- rect: left=215 top=302 right=331 bottom=244
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 9301 / 9301
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: Backward But
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   go to previous card
  115. end mouseUp
  116.  
  117.